home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 September / Chip_2001-09_cd1.bin / sharewar / webscrip / webscripter4s.exe / {app} / WebScripter.exe / 0 / RCDATA / TFORMHTMLFONT / TFORMHTMLFONT.txt
Encoding:
Text File  |  2001-07-11  |  6.7 KB  |  328 lines

  1. object FormHTMLFont: TFormHTMLFont
  2.   Left = 397
  3.   Top = 155
  4.   BorderIcons = [biSystemMenu, biMinimize, biMaximize, biHelp]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Html Font Settings'
  7.   ClientHeight = 413
  8.   ClientWidth = 536
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poMainFormCenter
  17.   OnClose = FormClose
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Button2: TButton
  21.     Left = 296
  22.     Top = 384
  23.     Width = 75
  24.     Height = 25
  25.     Caption = '&OK'
  26.     Default = True
  27.     TabOrder = 2
  28.     OnClick = Button2Click
  29.   end
  30.   object Button3: TButton
  31.     Left = 376
  32.     Top = 384
  33.     Width = 75
  34.     Height = 25
  35.     Cancel = True
  36.     Caption = '&Cancel'
  37.     TabOrder = 3
  38.     OnClick = Button3Click
  39.   end
  40.   object Button4: TButton
  41.     Left = 456
  42.     Top = 384
  43.     Width = 75
  44.     Height = 25
  45.     Caption = '&Help'
  46.     TabOrder = 4
  47.     OnClick = Button4Click
  48.   end
  49.   object Panel2: TPanel
  50.     Left = 0
  51.     Top = 0
  52.     Width = 536
  53.     Height = 80
  54.     Align = alTop
  55.     BevelOuter = bvNone
  56.     Color = clWhite
  57.     TabOrder = 5
  58.     object Image1: TImage
  59.       Left = 4
  60.       Top = 0
  61.       Width = 65
  62.       Height = 80
  63.       Hint = 'The "Wizard"'
  64.       AutoSize = True
  65.       ParentShowHint = False
  66.       ShowHint = True
  67.     end
  68.     object Label10: TLabel
  69.       Left = 80
  70.       Top = 24
  71.       Width = 441
  72.       Height = 41
  73.       AutoSize = False
  74.       Caption = 
  75.         'Use this to create a font tag to control the way text is display' +
  76.         'ed. Fill in the fields you want to include in the tag. Leaving a' +
  77.         ' field blank will exclude that attribute from the tag.'
  78.       WordWrap = True
  79.     end
  80.     object Label15: TLabel
  81.       Left = 80
  82.       Top = 64
  83.       Width = 33
  84.       Height = 17
  85.       AutoSize = False
  86.       Caption = 'Note:'
  87.       Font.Charset = DEFAULT_CHARSET
  88.       Font.Color = clWindowText
  89.       Font.Height = -11
  90.       Font.Name = 'MS Sans Serif'
  91.       Font.Style = [fsBold]
  92.       ParentFont = False
  93.     end
  94.     object Label16: TLabel
  95.       Left = 120
  96.       Top = 64
  97.       Width = 401
  98.       Height = 17
  99.       AutoSize = False
  100.       Caption = 
  101.         'For more attributes and event handlers, use the Attribute Assist' +
  102.         'ant with <font>.'
  103.       WordWrap = True
  104.     end
  105.     object Label20: TLabel
  106.       Left = 96
  107.       Top = 0
  108.       Width = 345
  109.       Height = 25
  110.       Alignment = taCenter
  111.       AutoSize = False
  112.       Caption = 'Html Fonts'
  113.       Font.Charset = DEFAULT_CHARSET
  114.       Font.Color = clTeal
  115.       Font.Height = -16
  116.       Font.Name = 'MS Sans Serif'
  117.       Font.Style = [fsBold]
  118.       ParentFont = False
  119.     end
  120.   end
  121.   object GroupBox1: TGroupBox
  122.     Left = 8
  123.     Top = 200
  124.     Width = 521
  125.     Height = 177
  126.     Caption = 'Font Properties'
  127.     TabOrder = 0
  128.     object Label1: TLabel
  129.       Left = 192
  130.       Top = 56
  131.       Width = 57
  132.       Height = 17
  133.       AutoSize = False
  134.       Caption = 'Point Size:'
  135.     end
  136.     object Label2: TLabel
  137.       Left = 192
  138.       Top = 24
  139.       Width = 57
  140.       Height = 17
  141.       AutoSize = False
  142.       Caption = 'Font Color:'
  143.     end
  144.     object List1: TListBox
  145.       Left = 8
  146.       Top = 16
  147.       Width = 177
  148.       Height = 153
  149.       HelpContext = 1029
  150.       ItemHeight = 13
  151.       TabOrder = 0
  152.       OnClick = List1Click
  153.     end
  154.     object Size: TEdit
  155.       Left = 256
  156.       Top = 52
  157.       Width = 25
  158.       Height = 21
  159.       HelpContext = 1031
  160.       Color = clBtnFace
  161.       Enabled = False
  162.       ReadOnly = True
  163.       TabOrder = 3
  164.       Text = '10'
  165.     end
  166.     object UpDown1: TUpDown
  167.       Left = 281
  168.       Top = 52
  169.       Width = 15
  170.       Height = 21
  171.       Associate = Size
  172.       Enabled = False
  173.       Min = 1
  174.       Position = 10
  175.       TabOrder = 4
  176.       Wrap = False
  177.       OnClick = UpDown1Click
  178.     end
  179.     object CheckSize: TCheckBox
  180.       Left = 304
  181.       Top = 56
  182.       Width = 97
  183.       Height = 17
  184.       HelpContext = 1032
  185.       Caption = 'Include Size'
  186.       TabOrder = 5
  187.       OnClick = CheckSizeClick
  188.     end
  189.     object Color: TEdit
  190.       Left = 256
  191.       Top = 20
  192.       Width = 97
  193.       Height = 21
  194.       HelpContext = 1030
  195.       TabOrder = 1
  196.     end
  197.     object FColor: TButton
  198.       Left = 353
  199.       Top = 21
  200.       Width = 20
  201.       Height = 19
  202.       Caption = '...'
  203.       TabOrder = 2
  204.       OnClick = FColorClick
  205.     end
  206.     object Bold: TCheckBox
  207.       Left = 416
  208.       Top = 24
  209.       Width = 49
  210.       Height = 17
  211.       HelpContext = 1034
  212.       Caption = 'Bold'
  213.       TabOrder = 6
  214.       OnClick = BoldClick
  215.     end
  216.     object Italic: TCheckBox
  217.       Left = 416
  218.       Top = 48
  219.       Width = 49
  220.       Height = 17
  221.       HelpContext = 1035
  222.       Caption = 'Italic'
  223.       TabOrder = 7
  224.       OnClick = ItalicClick
  225.     end
  226.     object Underline: TCheckBox
  227.       Left = 416
  228.       Top = 72
  229.       Width = 73
  230.       Height = 17
  231.       HelpContext = 1036
  232.       Caption = 'Underline'
  233.       TabOrder = 8
  234.       OnClick = UnderlineClick
  235.     end
  236.     object Strike: TCheckBox
  237.       Left = 416
  238.       Top = 96
  239.       Width = 57
  240.       Height = 17
  241.       HelpContext = 1037
  242.       Caption = 'Strike'
  243.       TabOrder = 9
  244.       OnClick = StrikeClick
  245.     end
  246.     object Button1: TButton
  247.       Left = 192
  248.       Top = 112
  249.       Width = 153
  250.       Height = 25
  251.       HelpContext = 1033
  252.       Caption = '>> &Add Font Face to Tag'
  253.       TabOrder = 10
  254.       OnClick = Button1Click
  255.     end
  256.     object EditList: TEdit
  257.       Left = 192
  258.       Top = 146
  259.       Width = 321
  260.       Height = 21
  261.       HelpContext = 1033
  262.       TabOrder = 11
  263.     end
  264.   end
  265.   object GroupBox2: TGroupBox
  266.     Left = 8
  267.     Top = 88
  268.     Width = 521
  269.     Height = 105
  270.     HelpContext = 1026
  271.     Caption = 'Preview'
  272.     TabOrder = 1
  273.     TabStop = True
  274.     object Label5: TLabel
  275.       Left = 400
  276.       Top = 16
  277.       Width = 89
  278.       Height = 33
  279.       AutoSize = False
  280.       Caption = 'Change preview background color:'
  281.       WordWrap = True
  282.     end
  283.     object Label3: TLabel
  284.       Left = 400
  285.       Top = 56
  286.       Width = 43
  287.       Height = 13
  288.       Caption = 'Example:'
  289.     end
  290.     object Panel1: TPanel
  291.       Left = 8
  292.       Top = 16
  293.       Width = 385
  294.       Height = 81
  295.       HelpContext = 1026
  296.       BevelOuter = bvLowered
  297.       Caption = 'Example Text'
  298.       Font.Charset = DEFAULT_CHARSET
  299.       Font.Color = clWindowText
  300.       Font.Height = -13
  301.       Font.Name = 'MS Sans Serif'
  302.       Font.Style = []
  303.       ParentFont = False
  304.       TabOrder = 0
  305.     end
  306.     object PColor: TButton
  307.       Left = 493
  308.       Top = 22
  309.       Width = 20
  310.       Height = 19
  311.       HelpContext = 1027
  312.       Caption = '...'
  313.       TabOrder = 1
  314.       OnClick = PColorClick
  315.     end
  316.     object Example: TEdit
  317.       Left = 400
  318.       Top = 72
  319.       Width = 113
  320.       Height = 21
  321.       HelpContext = 1028
  322.       TabOrder = 2
  323.       Text = 'Example Text'
  324.       OnChange = ExampleChange
  325.     end
  326.   end
  327. end
  328.